home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / sac / utilfile / ddrtls70.exe / rar / AVIEW.CTL < prev    next >
Text File  |  1996-06-10  |  10KB  |  347 lines

  1. ; -----------------------------------------------------------------------------
  2. ; AVIEW V4.7 (freeware by Chris Buijs) Sample control-file, DON'T USE TABS!
  3. ; -----------------------------------------------------------------------------
  4. ;
  5. ;
  6. ; ALTERNATELAYOUT
  7. ; With this command you can select the alternate screen-layout of the
  8. ; archive-lister as default (With full-path), this option works like a
  9. ; toggle in AVIEW by pressing ALT-L.
  10. ;ALTERNATELAYOUT
  11. ;
  12. ;
  13. ;
  14. ; DATEFORMAT <Dateformat>
  15. ; With this statement you can define how the file-date is shown, include
  16. ; MM for month, DD for day and YY for year, the sepparation-chars can be
  17. ; freely defined, default is MM/DD/YY
  18. DATEFORMAT MM/DD/YY
  19. ;
  20. ;
  21. ;
  22. ; EDITOR <Trigger> <Editor> [<Parameters>]
  23. ; With this command you can define up to 32 editors, with <Trigger> you
  24. ; specify the file-extension which must trigger the editor, the <Trigger>
  25. ; may include wildcards. Default editor when non-defined is NCEDIT for all
  26. ; type of files.
  27. EDITOR doc wp %f
  28. EDITOR lbm dpaint %f
  29. EDITOR gif neopaint %f
  30. EDITOR pcx neopaint %f
  31. EDITOR *   ncedit %f
  32. ;
  33. ;
  34. ;
  35. ; EXTRACTPATH <Path>
  36. ; With this command you define the path where files must be extracted to,
  37. ; when this command is NOT used, AVIEW will prompt you for a path.
  38. EXTRACTPATH c:\ddrtools\decompr
  39. ;
  40. ;
  41. ;
  42. ; FSSORT <Key> [Ascending|Descending]
  43. ; With this statement you can define how AVIEW must sort the file-selector
  44. ; file-list as default, valid sort-keys are: NAME, EXTENSION, SIZE, DATETIME,
  45. ; and UNSORTED, optional you can specify with ASCENDING or DESCENDING the
  46. ; default sort direction, default is ASCENDING.
  47. FSSORT name ascending
  48. ;
  49. ;
  50. ;
  51. ; NOCOLOR
  52. ; With this statement you force AVIEW in black and white mode, this can be
  53. ; handy for laptop-users who have a LCD-Screen.
  54. ;NOCOLOR
  55. ;
  56. ;
  57. ;
  58. ; NOEMS
  59. ; With this statement you force AVIEW to NOT use any EMS memory
  60. ;NOEMS
  61. ;
  62. ;
  63. ;
  64. ; NOMOUSE
  65. ; With this statement you force AVIEW to ignore the mouse when detected.
  66. ;NOMOUSE
  67. ;
  68. ;
  69. ;
  70. ; NOPATHS
  71. ; With this statement you tell AVIEW to NOT extract any path-information
  72. ; from an archive.
  73. ;NOPATHS
  74. ;
  75. ;
  76. ;
  77. ; NOXMS
  78. ; with this statement you force AVIEW to NOT use any XMS memory.
  79. ;NOXMS
  80. ;
  81. ;
  82. ;
  83. ; SCANNER <Scanner> [<Parameters>]
  84. ; With this command you define the virus-scanner to use after files are
  85. ; unpacked with the unpack function, when no scanner is defined, no virus-
  86. ; scan will be performed.
  87. SCANNER tbscan %f af ba ll=1 ln=c:\aview4us.log lo nb nm
  88. ;
  89. ;
  90. ;
  91. ; SCREENMODE <Lines>
  92. ; With this statement you can define how many lines per screen AVIEW must
  93. ; use, valid number of lines are 25, 35, 40, 43 and 50, note that a number
  94. ; greater than 25 needs a EGA of VGA display-adapter.
  95. SCREENMODE 25
  96. ;
  97. ;
  98. ;
  99. ; SHOWSPECIAL
  100. ; Special 'hidden' files are not shown by AVIEW as default, this is done
  101. ; for example for the UC2 U$~*.* files, when you enable this keyword,
  102. ; AVIEW will handle the special files as normal files.
  103. ;SHOWSPECIAL
  104. ;
  105. ;
  106. ;
  107. ; SORT <Key> [Ascending|Descending]
  108. ; With this statement you can define how AVIEW must sort the file-lists as
  109. ; default, valid sort-keys are: NAME, EXTENSION, ORGSIZE, CMPSIZE, DATETIME,
  110. ; METHOD and UNSORTED, optional you can specify with ASCENDING or DESCENDING
  111. ; the default sort direction, default is ASCENDING.
  112. SORT name ascending
  113. ;
  114. ;
  115. ;
  116. ; SWAPMODE <Mode>
  117. ; With this command you define how AVIEW must swap before executing of
  118. ; an external utility, mode can be:  0 - Swap to EMS/Disk
  119. ;                                    1 - Swap to EMS/XMS/Disk
  120. ;                                    2 - Swap to XMS/Disk
  121. ;                                    3 - Swap to XMS/EMS/Disk
  122. ;                                    4 - Swap to Disk
  123. SWAPMODE 1
  124. ;
  125. ;
  126. ;
  127. ; SWAPPATH <Path>
  128. ; With this command you define the path AVIEW must use to write it's
  129. ; swapfiles in.
  130. SWAPPATH c:\ddrtools\temp
  131. ;
  132. ;
  133. ;
  134. ; TEMPPATH <Path>
  135. ; With this command you define the path AVIEW must use as work-directory,
  136. ; this can be a ram-drive which will speed-up AVIEW dramatically, when the
  137. ; directory does not exist, it will be created.
  138. TEMPPATH c:\ddrtools\temp
  139. ;
  140. ;
  141. ;
  142. ; TEMPREMOVE
  143. ; With this command you force AVIEW to remove the TEMPPATH and all it
  144. ; contents when AVIEW exits to DOS. As default AVIEW will only removes
  145. ; it's temppry directories/files created in the TEMPPATH.
  146. ;TEMPREMOVE
  147. ;
  148. ;
  149. ;
  150. ; VIEWER <Trigger> <Viewer> [<Parameters>]
  151. ; With this command you can define up to 32 viewers, with <Trigger> you
  152. ; specify the file-extension which must trigger the viewer, the <Trigger>
  153. ; may include wildcards. Default viewer when non-defined is WPVIEW for all
  154. ; type of files.
  155. VIEWER fli quickfli %f
  156. VIEWER gl  grasprt %f
  157. VIEWER gif bitmap %f
  158. VIEWER pcx bitmap %f
  159. VIEWER *   wpview %f
  160. ;
  161. ;
  162. ;
  163. ; WAIT
  164. ; With this command you force AVIEW to wait on a keypress after each
  165. ; external utility executed.
  166. ;WAIT
  167. ;
  168. ;
  169. ;
  170. ; ZOOMSPEED <Milliseconds)
  171. ; With this command you define the zoom-speed of the popup-windows to build
  172. ; up onto the screen, 0 means immediate popup, default is 10
  173. ZOOMSPEED 1
  174. ;
  175. ;
  176. ;
  177. ; -----------------------------------------------------------------------------
  178. ; The following commands concerns the configuration of the parameters passed
  179. ; by AVIEW to the archive-utils.
  180. ; For normal operation of AVIEW, you don't need to change this, all the
  181. ; following commands are optional, the sample commands reflects the standard
  182. ; default configuration of AVIEW.
  183. ; -----------------------------------------------------------------------------
  184. ;
  185. ; xxxADD <Command-line>
  186. ; xxxDELETE <Command-Line>
  187. ; xxxEXTRACT <Command-Line>
  188. ; NOxxx
  189. ; xxxUNPACK <Command-Line>
  190. ; xxxUPDATE <Command-Line>
  191. ; xxxRESPONSE <Response-char>
  192. ; With these commands you can configure the interface between AVIEW and the
  193. ; external archive-utilitys, the xxx can be ARC, ARJ, HYP, LHA, PAK, RAR,
  194. ; SQZ, UC2, ZIP or ZOO.
  195. ; xxxADD      - Defines which parameters to use for adding a file to
  196. ;               an archive, this is used for the ADD function (F7).
  197. ; xxxDELETE   - Defines which parameters to use for deleting a file or files
  198. ;               from an archive, this is used for the DELETE function
  199. ;               (F8 or DEL).
  200. ; xxxEXTRACT  - Defines which parameters to use for extracting a file or files
  201. ;               from an archive, this is used for the extract-function.
  202. ; NOxxx       - Disable archiver.
  203. ; xxxTEST     - Defines which parameters to use for testing an archive.
  204. ; xxxUNPACK   - Defines which parameters to use for extracting ONE file from
  205. ;               an archive WITHOUT path, this is used internally in AVIEW.
  206. ; xxxUPDATE   - Defines which parameters to use for updating a file in an
  207. ;               archive, this is used after you edited a file from an archive.
  208. ; xxxRESPONSE - Defines which charachter to use before a file name to tell
  209. ;               the archiver that it is a response file, AVIEW defines
  210. ;               automatically when to use this or not.
  211. ;
  212. ; NOTE: There are two variables, %A and %F, thes two must ALWAYS exist in one
  213. ;       of the above parameters (except NOxxx and xxxRESPONSE), %A will be
  214. ;       replaced by AVIEW with the name of the archive processed, and %F with
  215. ;       a filename for adding/deleting/updating, note that AVIEW will
  216. ;       automatically add the response-file-char before the filename when
  217. ;       needed. The variables %A and %F are NOT optional!
  218. ;
  219. ;
  220. ; PKPak/PKUnpak - for ARC files.
  221. ARCadd      PKPAK -a %a %f
  222. ARCdelete   PKPAK -d %a %f
  223. ARCextract  PKUNPAK -r %a %f
  224. ARCtest     PKUNPAK -t %a
  225. ARCunpack   PKUNPAK %a %f
  226. ARCupdate   PKPAK -u %a %f
  227. ARCresponse @
  228. ;NOARC
  229. ;
  230. ;
  231. ;
  232. ; ARJ - for ARJ files.
  233. ARJadd      ARJ a -jm -m1 -e %a %f
  234. ARJdelete   ARJ d %a %f
  235. ARJextract  ARJ x -y %a %f
  236. ARJtest     ARJ t %a
  237. ARJunpack   ARJ e %a %f
  238. ARJupdate   ARJ u -jm -m1 -e %a %f
  239. ARJresponse !
  240. ;NOARJ
  241. ;
  242. ;
  243. ;
  244. ; HYP - for HYPER files.
  245. HYPadd      HYPER -a %a %f
  246. HYPdelete   HYPER -d %a %f
  247. HYPextract  HYPER -xo -p %a %f
  248. HYPtest
  249. HYPunpack   HYPER -xo %a %f
  250. HYPupdate   HYPER -u %a %f
  251. HYPresponse
  252. ;NOHYP
  253. ;
  254. ;
  255. ;
  256. ; LHA - For LZH or LHA files.
  257. LHAadd      LHA a %a %f
  258. LHAdelete   LHA d %a %f
  259. LHAextract  LHA x -c %a %f
  260. LHAtest     LHA t %a
  261. LHAunpack   LHA e %a %f
  262. LHAupdate   LHA u %a %f
  263. LHAresponse @
  264. ;NOLHA
  265. ;
  266. ;
  267. ;
  268. ; PAK - For PAK files.
  269. PAKadd      PAK A %a %f
  270. PAKdelete   PAK D %a %f
  271. PAKextract  PAK E /WA /I %a %f
  272. PAKtest     PAK T %a
  273. PAKunpack   PAK E %a %f
  274. PAKupdate   PAK U %a %f
  275. PAKresponse @
  276. ;NOPAK
  277. ;
  278. ;
  279. ;
  280. ; RAR - For RAR files.
  281. RARadd      RAR a -m5 %a %f
  282. RARdelete   RAR d %a %f
  283. RARextract  RAR x %a %f
  284. RARtest     RAR t %a
  285. RARunpack   RAR e %a %f
  286. RARupdate   RAR u -m5 %a %f
  287. RARresponse @
  288. ;NORAR
  289. ;
  290. ;
  291. ;
  292. ; SQZ - For Squeeze files.
  293. SQZadd      SQZ a /m4 %a %f
  294. SQZdelete   SQZ d %a %f
  295. SQZextract  SQZ x %a %f
  296. SQZtest     SQZ t %a
  297. SQZunpack   SQZ e %a %f
  298. SQZupdate   SQZ u /m4 %a %f
  299. SQZresponse @
  300. ;NOSQZ
  301. ;
  302. ;
  303. ;
  304. ; UC2 - For UC2 files.
  305. UC2add      UC a -b -f -tst %a %f
  306. UC2delete   UC d -f %a %f
  307. UC2extract  UC e -f -s %a %f
  308. UC2test     UC t %a
  309. UC2unpack   UC e -f %a %f
  310. UC2update   UC a -b -f -tst %a %f
  311. UC2response @
  312. ;NOUC2
  313. ;
  314. ;
  315. ;
  316. ; PKZip/PKUnzip - for ZIP files.
  317. ZIPadd      PKZIP -ex %a %f
  318. ZIPdelete   PKZIP -d %a %f
  319. ZIPextract  PKUNZIP -d -o %a %f
  320. ZIPtest     PKUNZIP -t %a
  321. ZIPunpack   PKUNZIP %a %f
  322. ZIPupdate   PKZIP -u -ex %a %f
  323. ZIPresponse @
  324. ;NOZIP
  325. ;
  326. ;
  327. ;
  328. ; ZOO - for ZOO files.
  329. ZOOadd      ZOO -a %a %f
  330. ZOOdelete   ZOO -d %a %f
  331. ZOOextract  ZOO -e -S %a %f
  332. ZOOtest     ZOO -t %a
  333. ZOOunpack   ZOO -e %a %f
  334. ZOOupdate   ZOO -u %a %f
  335. ZOOresponse @
  336. ;NOZOO
  337. ;
  338. ;
  339. ;
  340. ; <EOF>
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.